/*登录框的样式*/
.login-bg {
    width: 100%;
    height: 1000px;
    background: #0000009c;
    position: fixed;
    z-index: 200;
    top: 0;
}

.login-tab {
    width: 700px;
    height: 380px;
    margin: 200px auto 20px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    display: flex;
    overflow: hidden;
}

.register_box{
    margin: 20px auto;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    display: flex;
    overflow: hidden;
}

.register_xieyi_box{
    width: 700px;
    height: 380px;
    margin-top: 200px;
    padding: 20px;
}

.login-tab-left {
    width: 350px;
    display: inline-block;

}

.login-tab-left img {
    display: block;
    width: 297px;
    height: 380px;
    object-fit: cover;
    margin: 0 auto;
}

.login-tab-right {
    display: inline-block;
    width: 250px;
    padding: 50px;
    position: relative;
}

.login-tab-right-title span {
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.login-tab-right-title .s_span {
    border-bottom: 2px solid #fb5c34;
    display: inline-block;
    padding-bottom: 5px;
    color: #fb5c34;
}

.login-tab-right-input {
    display: none;
}

.login-tab-right-input input {
    height: 50px;
    width: 100%;
}

/*验证码*/
.login-right-phone,
.login-right-yzm {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 8px;
}

.login-right-yzm-left {
    width: 170px;
    display: inline-block;
}

.login-right-yzm-right {
    width: 85px;
    display: inline-block;
    font-size: 14px;
    color: #fb5c34;
    padding-left: 5px;
    margin-bottom: 8px;
    line-height: 42px;
    cursor: pointer;
    border-left: 1px solid #f2f2f2;
}

.login-right-yzm {
    display: flex;
    position: relative;
}

.login-right-yzm .eye {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/statics/images/eye.png)no-repeat;
    background-size: 16px;
    background-position: center;
    right: 0;
}

/*登录按钮*/
.login_btn{
    width: 250px;
    height: 42px;
    line-height: 42px;
    background: #fb5c34;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    margin-top: 23px;
    cursor: pointer;
}
/*登录提示信息*/
.login-notice {
    font-size: 10px;
    color: #ccc;
    text-align: center;
    margin-top: 13px;
}

/*登录协议*/
.login-xieyi {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
}

.login-xieyi-left {
    display: inline-block;
    width: 20px;
}

.login-xieyi-left input {
    width: 25px;
    height: 17px;
    margin-top: 8px;
    border: 1px solid #fb5c34;
}

.login-xieyi-right {
    display: inline-block;
    width: 225px;
    text-align: center;
}

.register-xieyi-right{
    width: 270px;
    font-size: 14px;
}

/*关闭登录框的小叉号*/
.lgoin-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.lgoin-close i,.close_agreement i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/statics/user/pc/img/jlt.png) no-repeat;
    background-position: -304px -71px;
}

/*登录复选框*/
.checkbox {
    position: relative;
    height: 30px;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 2px;
    width: 2px;
    height: 7px;
    border: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked+label:before {
    background: #fb5c34;
    border-color: #fb5c34;
}

.checkbox input[type='checkbox']:checked+label:after {
    background: #fb5c34;
}

/*找回密码*/
.find_back {
    text-align: right;
    margin-top: 4px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

/*错误提示样式*/
.error-code {
    color: #ff4343;
    font-size: 14px;
}

/* 滑块验证的样式 */
.canvas_text p {
    margin: 0 auto;
    text-align: center;
}
.canvas_text_1 {
    font-size: 14px;
    line-height: 21px;
    color: #9B9B9B;
    padding: 10px;
}

.canvas_text_2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.img_f {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 20px auto 0 auto;
}

.progress0,
.progress2 {
    width: 75%;
    margin: 20px auto;
}

#login_canvas {
    width: 400px;
    height: 300px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: #fff;
    z-index: 999;
    display: none;
}
.img_ico {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 10px;
}

#closed {
    width: 10px;
    height: 10px;
    background-image: url(/statics/img_canvas/closed.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
}

.btn_ico {
    width: 25px;
    height: 25px;
    background-image: url("/statics/img_canvas/canvas_ico/000.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#mask {
    background: #000000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 40;
    filter: alpha(opacity=60);
    opacity: 0.5 !important;
}

#img {
    width: 120px;
    height: 120px;
    position: relative;
}

/*滑块的图*/
.ProgressBar {
    background: #f0f0f0;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    /* box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1) inset; */
}

/* .ProgressBar_v {
    width: 30px;
    height: 100%;
    border-radius: 15px;
    background: #f0f0f0;
    margin: 0 auto;
    box-sizing: border-box;
  } */
.ProgressLine {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    /*background: #eb3e3e;*/
}

.ProgressLine .btn {
    position: absolute;
    height: 100%;
    right: 0;
    border-radius: 50%;
    font-size: 8px;
    top: 50%;
    transform: translate(6px, -50%);
    box-sizing: content-box !important;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProgressLine .btn.disable {
    background: #ddd;
    border-color: #fafafa;
}

.ProgressLine .btn .loading {
    display: none;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    background: url('../images/loading1.gif');
    background-position: center center;
    background-size: 130%;
    opacity: 0.5;
    /* animation: rate 2s linear infinite; */
}

.vertical {
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -6px) !important;
}

.ProgressBar .progressVal {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 45px;
    box-sizing: border-box;
    padding: 0 4px;
    font-size: 10px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s linear;
}

.ProgressBar .progressVal.bottom {
    top: auto;
    bottom: -35px;
}

.ProgressBar .progressVal::after {
    position: absolute;
    content: '';
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.4) transparent transparent;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.ProgressBar .progressVal.bottom::after {
    bottom: auto;
    top: -5px;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.4);
}

.ProgressBar .progressVal.left {
    top: auto;
    left: -40px;
}

.ProgressBar .progressVal.left::after {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -5px;
    bottom: auto;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}

.ProgressBar .progressVal.right {
    top: auto;
    right: -85px;
    left: auto;
}

.ProgressBar .progressVal.right::after {
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: -5px;
    bottom: auto;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
}

@keyframes rate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}